runtime.workType.nwait (field)
7 uses
runtime (current package)
mgc.go#L358: nwait uint32
mgc.go#L870: if !(gcphase == _GCmark && work.nwait == work.nproc && !gcMarkWorkAvailable(nil)) {
mgc.go#L1359: work.nwait = ^uint32(0)
mgc.go#L1466: decnwait := atomic.Xadd(&work.nwait, -1)
mgc.go#L1526: incnwait := atomic.Xadd(&work.nwait, +1)
mgcmark.go#L641: decnwait := atomic.Xadd(&work.nwait, -1)
mgcmark.go#L668: incnwait := atomic.Xadd(&work.nwait, +1)
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |